home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / games / workbench / lander_2 / source / sample.h < prev    next >
Text File  |  1996-01-01  |  193b  |  12 lines

  1. /* front-end include file for Amiga audio samples created by Karl's
  2.  * IFF 8SVX to C source converter.  19 June 87
  3.  */
  4.  
  5. typedef struct 
  6. {
  7.     int sampsec, nsamples;
  8.     BYTE *sampledata;
  9. } Sample;
  10.  
  11.  
  12.